AuctionNotice
Schema Definition
| Field Name | Data Type | Description |
|---|---|---|
| noticeNumber | bigint | |
| ticker_at | string | |
| ticker_ts | string | |
| ticker_tk | string | |
| tradeDate | date | |
| auctionType | string | |
| auctionEvent | string | |
| srcAuctionID | string | |
| srcAuctionType | string | |
| auctionSource | string | |
| symbolType | string | |
| uAvgDailyVlm | float | |
| custSide | string | |
| custQty | int | |
| custPrc | double | |
| hasCustPrc | string | |
| custFirmType | string | |
| auctionDuration | int | |
| numOptLegs | int | |
| spreadClass | string | |
| limitType | string | |
| spreadFlavor | string | |
| containsHedge | string | |
| containsFlex | string | |
| flexType | string | |
| containsMultiHedge | string | |
| uBid | double | |
| uAsk | double | |
| netDe | float | |
| netGa | float | |
| netTh | float | |
| netVe | float | |
| pkgSurfPrc | float | |
| pkgBidPrc | float | |
| pkgAskPrc | float | |
| pointValue | double | |
| pointCurrency | string | |
| srcTimestamp | bigint | |
| netTimestamp | bigint | |
| timestamp | timestamp | |
| OrderLegs | array<struct<secKey:struct<at:string,ts:string,tk:string,dt:date,xx:double,cp:string>,secType:string,side:string,ratio:int,strikeType:string,undPerCn:int,expType:string,years:float,rate:float,atmVol:float,ddivPv:float,tVol:float,tPrc:float,sVol:float,sDiv:float,sPrc:float,de:float,ga:float,th:float,ve:float,sVolOk:string,bid:float,bidSz:int,bidMask:bigint,ask:float,askSz:int,askMask:bigint>> |